'宣言 Public Function FindAllReverse( _ ByVal p As System.Predicate(Of T) _ ) As System.Collections.Generic.IEnumerable(Of T)
'使用法 Dim instance As MapOwnedCollectionBase(Of T) Dim p As System.Predicate(Of T) Dim value As System.Collections.Generic.IEnumerable(Of T) value = instance.FindAllReverse(p)
public System.Collections.Generic.IEnumerable<T> FindAllReverse( System.Predicate<T> p )
パラメータ
- p